home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / Demo / 00034_Script_34 < prev    next >
Text File  |  1994-08-02  |  264b  |  10 lines

  1. on exitFrame
  2.   -- restore normal mousedown handling
  3.   when mouseDown then go to "TopLevel" of movie "Planes"
  4.   
  5.   -- then clean up memory
  6.   global LastQT
  7.   set beforeQT = the name of cast ((the number of cast LastQT) -1)
  8.   unloadCast beforeQT, LastQT
  9. end
  10.